home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / DIKUMUD.ZIP / COMM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-30  |  334 b   |  17 lines

  1. /*
  2.   SillyMUD Distribution V1.1b             (c) 1993 SillyMUD Developement
  3.  
  4.   See license.doc for distribution terms.   SillyMUD is based on DIKUMUD
  5. */
  6.  
  7. #define TO_ROOM    0
  8. #define TO_VICT    1
  9. #define TO_NOTVICT 2
  10. #define TO_CHAR    3
  11.  
  12.  
  13. #define SEND_TO_Q(messg, desc)  write_to_q((messg), &(desc)->output)
  14.  
  15.  
  16. #define PLAYER_AUTH 0
  17.